<?php
define('WP_CACHE', true);
define( 'WPCACHEHOME', '/var/www/vhosts/acetrades.com.au/httpdocs/wp-content/plugins/wp-super-cache/' );
define('WP_AUTO_UPDATE_CORE', false);// This setting was defined by WordPress Toolkit to prevent WordPress auto-updates. Do not change it to avoid conflicts with the WordPress Toolkit auto-updates feature.
/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the
 * installation. You don't have to use the web site, you can
 * copy this file to "wp-config.php" and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

// ** MySQL settings ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'acetradescomau' );

/** MySQL database username */
define( 'DB_USER', 'acetrades' );

/** MySQL database password */
define('DB_PASSWORD', 'Piop9$74');

/** MySQL hostname */
define( 'DB_HOST', 'localhost:3306' );

/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );

/** The Database Collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );

/**
 * Authentication Unique Keys and Salts.
 *
 * Change these to different unique phrases!
 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
 * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
 *
 * @since 2.6.0
 */
define('AUTH_KEY', 'PCEEXDnd9slHorZ41mR&N:8;KcCfC4qI367+Pv4O:c9~Q;F9nJ*L*V)KG5&r|dq8');
define('SECURE_AUTH_KEY', '+M5+284lYY2L%]QQ)|62&%1s6bLNR15/3*324:9M#;|T7GKya4C0MM[kO9Ek0)4r');
define('LOGGED_IN_KEY', '#0S06:B08uOry@bR-]B+WM)_2os@774I)]72)NQ!@I2E)&3!9l02;TZi50-~5+uL');
define('NONCE_KEY', '@cj]#tZQ6pX2@64S_(oo#x@Chz1MnkH*6e5;!Rxin;nsIBj!~HI%93/4Kg|&]A9Y');
define('AUTH_SALT', '[3t8hIQ7n8-_-H96~:lK7YAQmx6*_32OB5_7F0;72Q*x~*78a_7P2#1@*Vy26Jv8');
define('SECURE_AUTH_SALT', '+%[/B[8TdN[md0v3Kw~y#;!~C4XZ&80r8mkxm6K:0[X0k07ZM/(R|_tEeb50:I&;');
define('LOGGED_IN_SALT', '&V;#3qT8mHX(lQUm6*3J~R5S34)ee!S%QY27Y[d0008iE3|sj*%&NuZE0G]p1hD9');
define('NONCE_SALT', 'u)63-*#%07O0cC#+7~83UJ~e(RG&-I&N@q(1na063XF@xt1hv&d(!2UXoh1+89u3');

/**
 * WordPress Database Table prefix.
 *
 * You can have multiple installations in one database if you give each
 * a unique prefix. Only numbers, letters, and underscores please!
 */
$table_prefix = 'oaga370g_';


define('WP_ALLOW_MULTISITE', true);

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) )
	define( 'ABSPATH', dirname( __FILE__ ) . '/' );

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';

